-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Clarify analyze_wildcard param in queries #122298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify analyze_wildcard param in queries #122298
Conversation
Clarify that analyze_wildcard param in query_string and simple_query_string queries behaves differently depending where "*" is. Closes elastic#121281
Documentation preview: |
Warning It looks like this PR modifies one or more |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-search (Team:Search) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
@mayya-sharipova I'll take care of updating the 9.0 docs which are in a temporary holding repo during docs migration freeze, you can rebase and merge the 8.x asciidoc versions without issue |
@leemthompo Thank you for your help. I am closing this PR with an understanding that you will do the change for 9.0. I've created a separate PR for 8.x that I will merge. |
@mayya-sharipova yup that change is already made thanks |
Clarify that analyze_wildcard param in query_string and simple_query_string queries
behaves differently depending where "*" is.
Closes #121281